InverseTransform
TheInverseTransform
method modifies this shape by applying the inverse of the specified transform to it.
ODShape InverseTransform (in ODTransform transform);
transform
- A reference to the transform whose inverse is to be applied to this shape.
- return value
- A reference to this shape after it has been transformed.
DISCUSSION
This method is the inverse operation of theTransform
method.Shapes without a polygonal representation may not be transformable except by simple offsets.
EXCEPTIONS
kODErrNoShapeGeometry
- This shape does not have enough geometric information to be transformed with the inverse of the specified transform.
kODErrTransformErr
- The transform has no inverse.
SEE ALSO
TheODShape::Transform
method (page 654).
TheODTransform::Invert
method (page 774).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help